home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / superellispoid.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  213 b   |  8 lines

  1. // create a superquadric ellipsoid shape
  2. // As the exponents approach 1.0, the edges get rounder
  3. superellipsoid
  4. {
  5.   0.5,  // east-west exponent (0.0 ... 1.0)
  6.   1.0,  // north-south exponent (0.0 ... 1.0)
  7. }
  8.